return ((SwingBeanInfo)this).createBeanDescriptor(classJPasswordField, new Object[]{"preferred", Boolean.TRUE, "isContainer", Boolean.FALSE, "shortDescription", "<A description of this component>."});
public PropertyDescriptor[] getPropertyDescriptors() {
return new PropertyDescriptor[]{this.createPropertyDescriptor("UIClassID", new Object[]{"shortDescription", "UIClassID"}), this.createPropertyDescriptor("password", new Object[]{"shortDescription", "password"}), this.createPropertyDescriptor("accessibleContext", new Object[]{"shortDescription", "accessibleContext"}), this.createPropertyDescriptor("text", new Object[]{"shortDescription", "text"}), this.createPropertyDescriptor("echoChar", new Object[]{"bound", Boolean.FALSE, "shortDescription", "character to display in place of the real characters"})};